home *** CD-ROM | disk | FTP | other *** search
/ Mastering Public Speaking / Mastering Public Speaking.iso / pc / Click Here.exe / Click Here.dxr / intro(1)_11_goto1makepop.ls < prev    next >
Encoding:
Text File  |  2003-05-13  |  168 b   |  11 lines

  1. on mouseWithin me
  2.   go("1makepop")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   go(30)
  8.   cursor(-1)
  9.   set the member of sprite the currentSpriteNum to member("1makehead")
  10. end
  11.